From: Olivier Sallou Date: Fri, 17 Oct 2025 15:26:19 +0000 (-0400) Subject: rename binary as blast+ for package coherency. X-Git-Tag: archive/raspbian/2.17.0+ds-6+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a6bf90f0c408f4fcd30ea237f16557962c40e260;p=ncbi-blast%2B.git rename binary as blast+ for package coherency. Last-Updated: 2011-10-03 Gbp-Pq: Name legacy_rename_rpsblast --- diff --git a/c++/src/app/blast/legacy_blast.pl b/c++/src/app/blast/legacy_blast.pl index 13ebb63f..3eda118e 100755 --- a/c++/src/app/blast/legacy_blast.pl +++ b/c++/src/app/blast/legacy_blast.pl @@ -1064,7 +1064,7 @@ sub handle_rpsblast if (defined $opt_p and $opt_p =~ /f/i) { $retval .= "/rpstblastn"; } else { - $retval .= "/rpsblast"; + $retval .= "/rpsblast+"; } $retval .= &add_exe_extension();